home *** CD-ROM | disk | FTP | other *** search
- /*
- *--- PGetPageNumbers.h ---------------------------------------------------
- * Copyright (c) 1995-96 Adobe Systems Incorporated. All rights reserved.
- * Created on Sun, Oct 22, 1995 @ 4:49 PM by Paul Ferguson.
- *
- * Description:
- *-------------------------------------------------------------------------
- */
- #ifndef __PGetPageNumbers__
- #define __PGetPageNumbers__
-
- #include "PHandleQuery.h"
-
- class PGetPageNumbers : public PHandleQuery
- {
-
- public:
-
- PGetPageNumbers();
-
- short nStartPage;
- short nNumPages;
- PMBool bRestart;
- short cStyle;
- const char * sPrefix;
- };
-
- #endif
-
- // end of PGetPageNumbers.h
-